Skip to main content

List server software for certificates

Return a list with software IDs required or certificate

HTTP Request

GET /certificate/order/@product_id/software

Auth: true

QUERY PARAMETERS

ParameterTypeDescription
product_idintCertificate product ID

Example Response


{
"software": [
{
"id": 0,
"name": "AOL"
},
{
"id": 1,
"name": "Apache-SSL (Ben-SSL, not Stronghold)"
},
(...)
]
}